HOW TO USE
Move mouse around the area on the left or type in random keys in input box to begin generating random sequence seeds that will be used to generate your Ignition Coin Paper Wallet OR click on the Generate Wallet button below to automatically generate an Ignition Coin Wallet based on automatically generated character seeds
An Ignition Coin wallet is as simple as a single pairing of an Ignition Coin address with its corresponding Ignition Coin private key. Such a wallet has been generated for you in your web browser and is displayed above.
To safeguard this wallet you must print or otherwise record the Ignition Coin address and private key. It is important to make a backup copy of the private key and store it in a safe location. This site does not have knowledge of your private key. If you leave/refresh the site or press the "Generate New Address" button then a new private key will be generated and the previously displayed private key will not be retrievable. Your Ignition Coin private key should be kept a secret. Whomever you share the private key with has access to spend all the Ignition Coins associated with that address. If you print your wallet then store it in a zip lock bag to keep it safe from water. Treat a paper wallet like cash.
Add funds to this wallet by instructing others to send Ignition Coins to your Ignition Coin address.
Check your balance by going to http://blockchain.ignitioncoin.org or http://explorer.ignitioncoin.org and entering your Ignition Coin address.
Spend your Ignition Coins by downloading and running the latest Ignition Coin wallet (1.1.0.1 and greater) for PC, Mac, or Linux and importing the private key by going to File > Import Private Key to import your Ignition Coin address into the desktop wallet. Or by using the command importprivkey YOUR_IC_PRIVATE_KEY "YOUR_IC_ADDRESS_LABEL" in Debug Window > Console or command line using ignitiond
A full example would be importprivkey 5232sdfsdfg73uu23hb4hasjdhfjdajfhjasdjhjasfjhq4r "My IC Address"
- Use the Bulk Wallet tab to pre-generate a large number of Ignition Coin addresses (10,000+). Copy and paste the generated comma separated values (CSV) list to a secure text file on your computer. Backup the file you just created to a secure location.
- Import the Ignition Coin addresses into a database table on your web server. (Don't put the wallet/private keys on your web server, otherwise you risk hackers stealing your coins. Just the Ignition Coin addresses as they will be shown to customers.)
- Provide an option on your website's shopping cart for your customer to pay in Ignition Coin. When the customer chooses to pay in Ignition Coin you will then display one of the addresses from your database to the customer as his "payment address" and save it with his shopping cart order.
- You now need to be notified when the payment arrives. Google "Ignition Coin payment notification" and subscribe to at least one Ignition Coin payment notification service. There are various services that will notify you via Web Services, API, SMS, Email, etc. Once you receive this notification, which could be programmatically automated, you can process the customer's order. To manually check if a payment has arrived you can use Block Explorer. Replace THEADDRESSGOESHERE with the Ignition Coin address you are checking. It could take between 10 minutes to one hour for the transaction to be confirmed.
https://blockchain.ignitioncoin.org/address/THEADDRESSGOESHERE
Unconfirmed transactions can be viewed at: https://blockchain.ignitioncoin.org/
You should see the transaction there within 30 seconds. - Ignition Coins will safely pile up on the block chain. Use the original wallet file you generated in step 1 to spend them.
[NOTE: this input box can accept a public key or private key]
[NOTE: this input box can accept a public key or private key]
Ignition Coin v0.6+ stores public keys in compressed format. The client now also supports import and export of private keys with importprivkey/dumpprivkey. The format of the exported private key is determined by whether the address was generated in an old or new wallet.
51 characters base58, starts with a '5'
52 characters base58, starts with a 'M'


